home *** CD-ROM | disk | FTP | other *** search
- package mx.core
- {
- public interface IRepeater
- {
- function get container() : Container;
-
- function set recycleChildren(param1:Boolean) : void;
-
- function get startingIndex() : int;
-
- function set startingIndex(param1:int) : void;
-
- function get currentItem() : Object;
-
- function get count() : int;
-
- function get recycleChildren() : Boolean;
-
- function executeChildBindings() : void;
-
- function set dataProvider(param1:Object) : void;
-
- function initializeRepeater(param1:Container, param2:Boolean) : void;
-
- function get currentIndex() : int;
-
- function get dataProvider() : Object;
-
- function set count(param1:int) : void;
- }
- }
-
-